From 21503346cb59f693bd83ed2a4b8f1e4a524ecb6f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 25 Aug 2009 03:23:37 +0000 Subject: [PATCH] (top-level): Don't require cl at run-time. --- lisp/ChangeLog | 2 ++ lisp/play/bubbles.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01197a23bb7..4269c86a2e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,8 @@ * format.el (format-alist): Doc fix. + * play/bubbles.el (top-level): Don't require cl at run-time. + 2009-08-24 Dmitry Dzhus * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*' diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index e8a666a577d..1a538eb8db2 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el @@ -82,7 +82,7 @@ (defconst bubbles-version "0.5" "Version number of bubbles.el.") (require 'gamegrid) -(require 'cl) +(eval-when-compile (require 'cl)) ; for 'case ;; User options -- 2.30.2